home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / fd2inline-1.1 / include / inline / translator.h < prev    next >
C/C++ Source or Header  |  1996-10-24  |  565b  |  19 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_TRANSLATOR_H
  4. #define _INLINE_TRANSLATOR_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef TRANSLATOR_BASE_NAME
  11. #define TRANSLATOR_BASE_NAME TranslatorBase
  12. #endif /* !TRANSLATOR_BASE_NAME */
  13.  
  14. #define Translate(inputString, inputLength, outputBuffer, bufferSize) \
  15.     LP4(0x1e, LONG, Translate, STRPTR, inputString, a0, long, inputLength, d0, STRPTR, outputBuffer, a1, long, bufferSize, d1, \
  16.     , TRANSLATOR_BASE_NAME)
  17.  
  18. #endif /* !_INLINE_TRANSLATOR_H */
  19.